ResourceMove Method (String, String) |
Moves a specified source resource to a destination resource.
Overwriting existing resource is not allowed.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic bool Move(
string source,
string destination
)
Public Function Move (
source As String,
destination As String
) As Boolean
Parameters
- source
- Type: SystemString
The URI of the resource to move. - destination
- Type: SystemString
The URI of the destination.
Return Value
Type:
BooleanTrue if success; otherwise, false.
See Also